runtime.heapStatsDelta.inHeap (field)
11 uses
runtime (current package)
arena.go#L801: atomic.Xaddint64(&stats.inHeap, -int64(s.npages*pageSize))
arena.go#L961: atomic.Xaddint64(&stats.inHeap, int64(userArenaChunkBytes))
metrics.go#L341: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L371: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
mheap.go#L1365: atomic.Xaddint64(&stats.inHeap, int64(nbytes))
mheap.go#L1628: atomic.Xaddint64(&stats.inHeap, -int64(nbytes))
mstats.go#L458: if gcController.heapInUse.load() != uint64(consStats.inHeap) {
mstats.go#L460: print("runtime: consistent value=", consStats.inHeap, "\n")
mstats.go#L664: inHeap int64 // byte delta of memory placed in the heap
mstats.go#L690: a.inHeap += b.inHeap
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |